github.com/google/go-cmp/cmp.textNode.formatExpandedTo (method)

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_text.go#L91: 	formatExpandedTo([]byte, diffMode, indentMode) []byte
		report_text.go#L117: 	b = s2.formatExpandedTo(b, d, n) // Main body
		report_text.go#L133: 	b = s.Value.formatExpandedTo(b, d, n)
		report_text.go#L297: 		b = r.Value.formatExpandedTo(b, d|r.Diff, n)